home *** CD-ROM | disk | FTP | other *** search
/ 360 Degrees of: Mammoth Cave National Park / 360 Degrees of: Mammoth Cave National Park.iso / pc / data / krpano / krpano.swf / scripts / kprotect_embedded_xml.as < prev    next >
Encoding:
Text File  |  2011-01-13  |  311 b   |  15 lines

  1. package
  2. {
  3.    import mx.core.ByteArrayAsset;
  4.    
  5.    [Embed(source="/_assets/3_kprotect_embedded_xml.bin", mimeType="application/octet-stream")]
  6.    public class kprotect_embedded_xml extends ByteArrayAsset
  7.    {
  8.       public function kprotect_embedded_xml()
  9.       {
  10.          super();
  11.       }
  12.    }
  13. }
  14.  
  15.